Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

baggage labels processor #2994

Conversation

as-polyakov
Copy link
Contributor

@Override
public Labels onLabelsBound(Context ctx, Labels labels) {
LabelsBuilder labelsBuilder = labels.toBuilder();
baggageMetricsLabelsExtractor.fromBaggage(Baggage.fromContext(ctx)).forEach(labelsBuilder::put);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we think this would want to be more opt-in as to which baggage labels are applied, rather than blindly applying all of them?

@ghost
Copy link

ghost commented Jul 9, 2021

Hey @as-polyakov, any plans to get back to this PR? :)

@jkwatson
Copy link
Contributor

jkwatson commented Jul 9, 2021

Hey @as-polyakov, any plans to get back to this PR? :)

With the rewrite of metrics underway, I'm not sure working on this PR would be worth the time at this point.

@ghost
Copy link

ghost commented Jul 12, 2021

Hey @as-polyakov, any plans to get back to this PR? :)

With the rewrite of metrics underway, I'm not sure working on this PR would be worth the time at this point.

So shall we close it then? 🤔

@jkwatson
Copy link
Contributor

Hey @as-polyakov, any plans to get back to this PR? :)

With the rewrite of metrics underway, I'm not sure working on this PR would be worth the time at this point.

So shall we close it then? 🤔

Let's give @as-polyakov a couple days to respond. :)

@as-polyakov
Copy link
Contributor Author

Hey folks, I am ok to close it. We have done our implementation and will be happy to contribute it back but given the upcoming rewrite I would rather do it in a new framework. Thank you!

@jkwatson jkwatson closed this Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants